From: Nariman Poushin Date: Fri, 27 Apr 2018 17:49:52 +0000 (+0100) Subject: plat/arm: tzc_dmc500: Add missing plat_arm.h include X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=eb5e1be4316aaec9c013dc87b866f614d09c88b2;p=project%2Fbcm63xx%2Fatf.git plat/arm: tzc_dmc500: Add missing plat_arm.h include This omission causes a build error as the definition for arm_tzc_regions_info_t is needed from plat_arm.h Change-Id: I26935ee90d3e36ab6a016ff2c4eee4413df3e4e8 Signed-off-by: Nariman Poushin --- diff --git a/plat/arm/common/arm_tzc_dmc500.c b/plat/arm/common/arm_tzc_dmc500.c index 89c502cc..8cb81e7a 100644 --- a/plat/arm/common/arm_tzc_dmc500.c +++ b/plat/arm/common/arm_tzc_dmc500.c @@ -7,6 +7,7 @@ #include #include #include +#include #include #include